home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / binutils.252 / gas / config / tc-gener.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-23  |  1.2 KB  |  39 lines

  1.  
  2. /* This file is tc-generic.h
  3.  
  4.    Copyright (C) 1987-1992 Free Software Foundation, Inc.
  5.  
  6.    This file is part of GAS, the GNU Assembler.
  7.  
  8.    GAS is free software; you can redistribute it and/or modify
  9.    it under the terms of the GNU General Public License as published by
  10.    the Free Software Foundation; either version 2, or (at your option)
  11.    any later version.
  12.  
  13.    GAS is distributed in the hope that it will be useful,
  14.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  15.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16.    GNU General Public License for more details.
  17.  
  18.    You should have received a copy of the GNU General Public License
  19.    along with GAS; see the file COPYING.  If not, write to
  20.    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  21.  
  22. /*
  23.  * This file is tc-generic.h and is intended to be a template for target cpu
  24.  * specific header files.  It is my intent that this file compile.  It is also
  25.  * my intent that this file grow into something that can be used as both a
  26.  * template for porting, and a stub for testing.  xoxorich.
  27.  */
  28.  
  29. #define TC_GENERIC 1
  30.  
  31. /*
  32.  * Local Variables:
  33.  * comment-column: 0
  34.  * fill-column: 131
  35.  * End:
  36.  */
  37.  
  38. /* end of tc-generic.h */
  39.